home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 9 / AMUG BBS in a Box Volume IX (August 1993) (MacWizards).iso / Files / Prog / T / The Virtual Machine.cpt / VM Test Files / Adrian < prev    next >
Encoding:
Text File  |  1992-03-19  |  191 b   |  13 lines  |  [TEXT/KAHL]

  1. aLabel:         data     5,7,8
  2.             equ     sam 4
  3. hEllo:         TAD     23        ; you silly person
  4. sid:         isz     hello
  5.             store     hello
  6.             cll
  7.             jmp     sid
  8.             DATA     1,2,3,SID,4
  9.             store     sam
  10.             sza
  11.             store     sid
  12.         
  13.             END